| 1. | Is a recursive function - it accepts a node set in the 是一个递归函数,它用 |
| 2. | Non - recursive simulation on recursive function 递归函数的非递归模拟 |
| 3. | But walking a tree just by using recursive functions is not all that difficult 但是只用递归函数来遍历树并不十分困难。 |
| 4. | In addition , recursive functions add significant expressive power to the language 此外,递归函数也增强了语言的表达能力。 |
| 5. | This can be especially useful when you are debugging a recursive function , a function that calls itself 在调试递归函数(调用自身的函数)时,这个功能尤其有用。 |
| 6. | Instead , the transformation from tail - recursive function to simple loop must be done dynamically by a jit compiler 相反地,这种从尾递归函数到简单循环的转换必须由jit编译器动态地进行。 |
| 7. | You must iterate through the controls of each container control separately ; this can be done using a recursive function 必须分别循环访问每个容器控件的控件;可使用递归函数完成此操作。 |
| 8. | Like recursive function , recursive sql for db2 express can recursively use the result set to get to the final result 与递归函数类似, db2 express的递归sql可递归地使用结果集来得到最终结果 |
| 9. | But although it is well known how to automatically transform a tail - recursive function into a simple loop , the java specification doesn t require that this transformation be made 但是,尽管大家都熟知如何把一个尾递归函数自动转换成一个简单循环, java规范却不要求做这种转换。 |
| 10. | Lfc is a formal specification language based on recursive functions defined on context free languages ( cfrf ) and supports the acquisition and validation of formal specification very well 同时lfc也是一种函数式语言,具有良好的数学基础、引用透明、无副作用、模式匹配等特点。 |